home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / airmal21.lha / AirMail2_1 / Install.rexx < prev    next >
OS/2 REXX Batch file  |  1996-01-03  |  252b  |  13 lines

  1. /* simple installation
  2.  
  3. Copy all libs to libs: directory and the display program to the C:
  4. directory.  If you already have these files then don't run the script
  5.  
  6. */
  7.  
  8. address command
  9.  
  10. 'copy libs/#? libs:'
  11. 'copy libs/Display c:'
  12. 'makedir ENVARC:AirMail'
  13.